Include trx state in query profiling (and DBPerformance log)
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 25 Jun 2014 18:33:20 +0000 (11:33 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 25 Jun 2014 21:13:25 +0000 (14:13 -0700)
commita1bc02ec8bae79bb7b471e4f4195dc0764f76f7c
tree7a6a2486f97f5d54560ccfb0c7ed7bf02648c39e
parent8cea24e472b1d1b1cc2d4811be20566d92b22fc9
Include trx state in query profiling (and DBPerformance log)

* Replaced use of spl hash with random transaction IDs.
  These can be correlated better and make the DBPerformance
  log easier to make sense of. They are also shorter.

Change-Id: I5f49c0d0c26e37807341bbc83b1b41b124164419
includes/db/Database.php
includes/profiler/Profiler.php